@media only screen and (max-width: 1440px) {
	.bottom dl {
		padding: 0 40px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
	.bottom .container:first-child div p:first-child {
		font-size: 22px;
	}
	
	.bottom .container:first-child div p:nth-child(2) {
		font-size: 16px;
	}
	
	.bottom .container:first-child div p:nth-child(2) i {
		padding: 5px;
		font-size: 16px;
	}
	.bottom .container:first-child div p:nth-child(2) span {
		font-size: 22px;
	}
	.bottom .container:first-child select {
		width: 170px;
		height: 30px;
		background-position: 135px;
	}
}

@media screen and (max-width: 1200px){
	.bottom .container:first-child div p:first-child {
		font-size: 22px;
	}
	
	.bottom .container:first-child div p:nth-child(2) {
		font-size: 16px;
	}
	
	.bottom .container:first-child div p:nth-child(2) i {
		padding: 5px;
		font-size: 16px;
	}
	.bottom .container:first-child div p:nth-child(2) span {
		font-size: 22px;
	}
	.bottom .container:first-child select {
		width: 170px;
		height: 30px;
		background-position: 135px;
	}
}

/*手机*/
@media screen and (max-width: 767px) {
	/* 底部 */
	.bottom {
		padding: 20px 0 10px;
	}
	.bottom .container:first-child div p:first-child {
		text-align: center;
	}
	.bottom .container:first-child div {
		flex-wrap: wrap;
		align-items: baseline;
	}
	
	.bottom .container:first-child div p {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:600px) {
	.bottom .container:first-child div {
		justify-content: center;
	}
	.containerBah {
		margin-left: 0;
	}
	.bottom .container:first-child div p:first-child {
		font-size: 14px;
	}
}

@media screen and (max-width:400px) {
	.bottom dl {
		padding: 0 10px;
	}
	
	.bottom .container:first-child div {
		margin-bottom: 10px;
	}
	
	.bottom .container:first-child div p:nth-child(2) i {
		display: none;
	}
	
	.bottom .container:last-child div {
		margin-top: 10px;
		font-size: 14px;
	}
	
	
	
	.bottom .container:first-child div p:nth-child(2) {
		font-size: 14px;
	}
	
	.bottom .container:first-child div p:nth-child(2) span {
		font-size: 18px;
	}
	
}